home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / du95w101.zip / DUCA101.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-04-10  |  2KB  |  111 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 247
  7.   ClientWidth = 345
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 6
  18.     Width = 329
  19.     Height = 204
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 16
  26.       Top = 24
  27.       Width = 49
  28.       Height = 41
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 143
  37.       Height = 13
  38.       Caption = 'DUCA Wizard for Windows 95'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 88
  43.       Top = 32
  44.       Width = 62
  45.       Height = 13
  46.       Caption = 'Version 1.0.1'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 88
  51.       Top = 48
  52.       Width = 176
  53.       Height = 13
  54.       Caption = 'Copyright 1996 by Daniel Polistchuck'
  55.       IsControl = True
  56.     end
  57.     object Label5: TLabel
  58.       Left = 8
  59.       Top = 96
  60.       Width = 313
  61.       Height = 56
  62.       AutoSize = False
  63.       Caption = 
  64.         'This software is copyrighted (c) 1996 by Daniel Polistchuck. It ' +
  65.         'is distributed AS-IS. The author does not make any explicit or i' +
  66.         'mplicit warranties. Feel free to distribute it as long as it rem' +
  67.         'ains unchanged.'
  68.       WordWrap = True
  69.     end
  70.     object Label6: TLabel
  71.       Left = 29
  72.       Top = 160
  73.       Width = 270
  74.       Height = 13
  75.       Alignment = taCenter
  76.       Caption = 'If you'#39'd like to make any comments, please send e-mail to'
  77.       WordWrap = True
  78.     end
  79.     object Label1: TLabel
  80.       Left = 68
  81.       Top = 178
  82.       Width = 193
  83.       Height = 13
  84.       Caption = ' danpol@br.homeshopping.com.br'
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.     end
  91.     object Label2: TLabel
  92.       Left = 88
  93.       Top = 64
  94.       Width = 234
  95.       Height = 33
  96.       AutoSize = False
  97.       Caption = 'Special thanks to Mauricio Britto Longo for the Wizard Bitmaps'
  98.     end
  99.   end
  100.   object OKButton: TButton
  101.     Left = 135
  102.     Top = 215
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'OK'
  106.     Default = True
  107.     ModalResult = 1
  108.     TabOrder = 1
  109.   end
  110. end
  111.